﻿2026-05-28T04:30:35.2741008Z ##[group]Run actions/checkout@v6
2026-05-28T04:30:35.2742302Z with:
2026-05-28T04:30:35.2743018Z   lfs: true
2026-05-28T04:30:35.2743770Z   repository: yorvana/android
2026-05-28T04:30:35.2745179Z   token: ***
2026-05-28T04:30:35.2745958Z   ssh-strict: true
2026-05-28T04:30:35.2746732Z   ssh-user: git
2026-05-28T04:30:35.2747529Z   persist-credentials: true
2026-05-28T04:30:35.2748402Z   clean: true
2026-05-28T04:30:35.2749196Z   sparse-checkout-cone-mode: true
2026-05-28T04:30:35.2750147Z   fetch-depth: 1
2026-05-28T04:30:35.2750923Z   fetch-tags: false
2026-05-28T04:30:35.2751724Z   show-progress: true
2026-05-28T04:30:35.2752568Z   submodules: false
2026-05-28T04:30:35.2753369Z   set-safe-directory: true
2026-05-28T04:30:35.2754562Z ##[endgroup]
2026-05-28T04:30:35.3908350Z Syncing repository: yorvana/android
2026-05-28T04:30:35.3911348Z ##[group]Getting Git version info
2026-05-28T04:30:35.3912853Z Working directory is '/home/runner/work/android/android'
2026-05-28T04:30:35.3915224Z [command]/usr/bin/git version
2026-05-28T04:30:35.3950910Z git version 2.54.0
2026-05-28T04:30:35.3990254Z [command]/usr/bin/git lfs version
2026-05-28T04:30:35.9738459Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T04:30:35.9768976Z ##[endgroup]
2026-05-28T04:30:35.9788106Z Temporarily overriding HOME='/home/runner/work/_temp/ba409d15-424d-48a6-aa6c-50f6ba763b81' before making global git config changes
2026-05-28T04:30:35.9789854Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T04:30:35.9796927Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T04:30:35.9847682Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T04:30:35.9852190Z ##[group]Initializing the repository
2026-05-28T04:30:35.9859085Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T04:30:35.9935465Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T04:30:35.9941967Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T04:30:35.9953722Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T04:30:35.9959069Z hint: call:
2026-05-28T04:30:35.9959701Z hint:
2026-05-28T04:30:35.9960813Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T04:30:35.9961625Z hint:
2026-05-28T04:30:35.9962351Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T04:30:35.9963346Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T04:30:35.9964492Z hint:
2026-05-28T04:30:35.9965066Z hint: 	git branch -m <name>
2026-05-28T04:30:35.9965665Z hint:
2026-05-28T04:30:35.9966409Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T04:30:35.9967648Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T04:30:35.9970287Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T04:30:36.0003541Z ##[endgroup]
2026-05-28T04:30:36.0004774Z ##[group]Disabling automatic garbage collection
2026-05-28T04:30:36.0008175Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T04:30:36.0039169Z ##[endgroup]
2026-05-28T04:30:36.0040194Z ##[group]Setting up auth
2026-05-28T04:30:36.0041055Z Removing SSH command configuration
2026-05-28T04:30:36.0049628Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T04:30:36.0088360Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T04:30:36.0356792Z Removing HTTP extra header
2026-05-28T04:30:36.0362929Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T04:30:36.0401359Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T04:30:36.0643408Z Removing includeIf entries pointing to credentials config files
2026-05-28T04:30:36.0649943Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T04:30:36.0686335Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T04:30:36.0939807Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-583b1721-2923-44f2-869b-f0b9577d1f32.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T04:30:36.0980629Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-583b1721-2923-44f2-869b-f0b9577d1f32.config
2026-05-28T04:30:36.1048470Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-583b1721-2923-44f2-869b-f0b9577d1f32.config
2026-05-28T04:30:36.1084810Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-583b1721-2923-44f2-869b-f0b9577d1f32.config
2026-05-28T04:30:36.1119801Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-583b1721-2923-44f2-869b-f0b9577d1f32.config
2026-05-28T04:30:36.1162243Z ##[endgroup]
2026-05-28T04:30:36.1166376Z [command]/usr/bin/git lfs install --local
2026-05-28T04:30:36.1588859Z Updated Git hooks.
2026-05-28T04:30:36.1594963Z Git LFS initialized.
2026-05-28T04:30:36.1606447Z ##[group]Fetching the repository
2026-05-28T04:30:36.1618097Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c343e9e38037cfa5effb046b39d1bc3a202737b4:refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.5609577Z From https://github.com/yorvana/android
2026-05-28T04:30:36.5611056Z  * [new ref]         c343e9e38037cfa5effb046b39d1bc3a202737b4 -> origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.5644424Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.5677897Z   origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.5686273Z [command]/usr/bin/git rev-parse refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.5711671Z c343e9e38037cfa5effb046b39d1bc3a202737b4
2026-05-28T04:30:36.5927956Z ##[endgroup]
2026-05-28T04:30:36.5929533Z ##[group]Determining the checkout info
2026-05-28T04:30:36.5931275Z ##[endgroup]
2026-05-28T04:30:36.5932356Z ##[group]Fetching LFS objects
2026-05-28T04:30:36.5933859Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.6030185Z Fetching reference refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.6551918Z ##[endgroup]
2026-05-28T04:30:36.6552473Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T04:30:36.6588754Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T04:30:36.6636259Z ##[group]Checking out the ref
2026-05-28T04:30:36.6637981Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:30:36.7378363Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-28T04:30:36.7380634Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-28T04:30:36.7679560Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T04:30:36.7690415Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T04:30:36.7741609Z ##[endgroup]
2026-05-28T04:30:36.7797886Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T04:30:36.7834911Z c343e9e38037cfa5effb046b39d1bc3a202737b4
